import React from "react"; export declare const ServerSidePropsContext: React.Context; export declare const ServerSidePropsProvider: ({ children, value, }: any) => React.JSX.Element;